ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cattleya Color Scheme

The Orchid theme for SublimeText

Labels color scheme

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 375
  • Linux 397
Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1
Windows 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 1 1 1 0 0 0 1
Linux 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Cattleya (kăt′lē-ə) Color Scheme for Sublime Text

Cattleya (formerly orchid) is a color scheme for Sublime Text that aims to be one you can look at all day. It's contrasty, it's fun, it uses syntax grammars to their fullest (mostly JS and TS since that's what I spend the most time looking at). Note: I'm new Nova and this extension is still a work-in-progress.

Installation

$git clone git@github.com:patrickfatrick/cattleya-theme-sublime.git

Move the file into your Application Support/Sublime Text/Packages/User folder, restart the editor and select the color scheme.

Or use Package Control and search for “cattleya-theme-sublime”.

Theme Colors

Colors

#FF9A69 #B28773 #262626 #FFDAA5 #E84D49 #DA70D6 #63E87F #FFFAED #00B0FF #00FFFF

CSS/SCSS

Cattleya Theme in a CSS file

HTML

Cattleya Theme in an HTML file

JavaScript (with JavascriptNext)

Cattleya Theme in a JS file

Markdown (with Markdown Extended)

Cattleya Theme in a Markdown file

BracketHighlighter

I've also included styles that can be used to override BracketHighlighter's defaults for bracket matching. In your bh_core.sublime-settings file you'll want to specify the bracket styles pointing to the brackethighlighter.orchid and the brackethighlighter.orchidUnmatched scopes, like so:

"default": {
    "icon": "dot",
    "color": "brackethighlighter.orchid",
    "style": "solid"
},
"unmatched": {
    "icon": "question",
    "color": "brackethighlighter.orchidUnmatched",
    "style": "solid"
}

The final result will look something like this (assuming you set all of the bracket options to point to the brackethighlighter.orchid scope).

Matching Brackets

What's in a name?

Years ago I created a theme for Adobe's Brackets editor called “orchid”. The name was inspired by a gorgeous purple color used prominently within the theme (#DA70D6, aka “orchid”)). Since then, as I've moved to other code editors, I've adapted and improved on this theme for whichever editor I'm using at any given moment. I hadn't really given the name much thought since I originally created it. As I'm now working on bringing this theme to nova I'm now considering the name again, and I've landed on “cattleya” because it's an evocative name which harkens back to the original, cattleya being a genus within the orchid family.

cattleya